﻿2026-07-17T02:36:35.2907512Z ##[group]Run set -euo pipefail
2026-07-17T02:36:35.2908373Z [36;1mset -euo pipefail[0m
2026-07-17T02:36:35.2909189Z [36;1mPIN=0c95435[0m
2026-07-17T02:36:35.2909876Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-17T02:36:35.2910722Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-17T02:36:35.2911919Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-17T02:36:35.2913404Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-17T02:36:35.2915115Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-17T02:36:35.2916345Z [36;1m  rm -rf "$CACHE"[0m
2026-07-17T02:36:35.2917109Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-17T02:36:35.2918114Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-17T02:36:35.2919402Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-17T02:36:35.2920812Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-17T02:36:35.2921677Z [36;1mfi[0m
2026-07-17T02:36:35.2922616Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-17T02:36:35.2938357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-17T02:36:35.2939427Z env:
2026-07-17T02:36:35.2940025Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-17T02:36:35.2940807Z ##[endgroup]
2026-07-17T02:36:35.5996342Z    Compiling proc-macro2 v1.0.106
2026-07-17T02:36:35.5997240Z    Compiling quote v1.0.45
2026-07-17T02:36:35.5997775Z    Compiling unicode-ident v1.0.24
2026-07-17T02:36:35.5998208Z    Compiling libc v0.2.186
2026-07-17T02:36:35.5998628Z    Compiling serde_core v1.0.228
2026-07-17T02:36:35.5999273Z    Compiling cfg-if v1.0.4
2026-07-17T02:36:35.6021405Z    Compiling serde v1.0.228
2026-07-17T02:36:35.6052956Z    Compiling log v0.4.32
2026-07-17T02:36:35.6094188Z    Compiling pin-project-lite v0.2.17
2026-07-17T02:36:35.6132523Z    Compiling typenum v1.20.1
2026-07-17T02:36:35.6163269Z    Compiling portable-atomic v1.13.1
2026-07-17T02:36:35.6164651Z    Compiling version_check v0.9.5
2026-07-17T02:36:35.6165509Z    Compiling memchr v2.8.1
2026-07-17T02:36:35.6205857Z    Compiling shlex v2.0.1
2026-07-17T02:36:35.6308887Z    Compiling critical-section v1.2.0
2026-07-17T02:36:35.6631931Z    Compiling find-msvc-tools v0.1.9
2026-07-17T02:36:35.6882478Z    Compiling futures-core v0.3.32
2026-07-17T02:36:35.7024651Z    Compiling subtle v2.6.1
2026-07-17T02:36:35.7336153Z    Compiling bytes v1.11.1
2026-07-17T02:36:35.8421971Z    Compiling equivalent v1.0.2
2026-07-17T02:36:35.8467078Z    Compiling smallvec v1.15.1
2026-07-17T02:36:35.8737322Z    Compiling itoa v1.0.18
2026-07-17T02:36:35.8880999Z    Compiling semver v1.0.28
2026-07-17T02:36:35.9094998Z    Compiling stable_deref_trait v1.2.1
2026-07-17T02:36:35.9539782Z    Compiling futures-sink v0.3.32
2026-07-17T02:36:35.9652016Z    Compiling slab v0.4.12
2026-07-17T02:36:35.9834879Z    Compiling generic-array v0.14.7
2026-07-17T02:36:35.9883672Z    Compiling futures-io v0.3.32
2026-07-17T02:36:35.9886053Z    Compiling futures-task v0.3.32
2026-07-17T02:36:36.0601427Z    Compiling futures-channel v0.3.32
2026-07-17T02:36:36.0861579Z    Compiling rand_core v0.10.1
2026-07-17T02:36:36.1542322Z    Compiling hashbrown v0.17.1
2026-07-17T02:36:36.1681570Z    Compiling bitflags v2.12.1
2026-07-17T02:36:36.1844960Z    Compiling rustversion v1.0.22
2026-07-17T02:36:36.1850145Z    Compiling getrandom v0.4.2
2026-07-17T02:36:36.2247781Z    Compiling rustc_version v0.4.1
2026-07-17T02:36:36.2752765Z    Compiling cpufeatures v0.2.17
2026-07-17T02:36:36.2941929Z    Compiling fnv v1.0.7
2026-07-17T02:36:36.3368715Z    Compiling cfg_aliases v0.2.1
2026-07-17T02:36:36.3487976Z    Compiling strsim v0.11.1
2026-07-17T02:36:36.3551532Z    Compiling writeable v0.6.3
2026-07-17T02:36:36.3651939Z    Compiling litemap v0.8.2
2026-07-17T02:36:36.3911635Z    Compiling icu_properties_data v2.2.0
2026-07-17T02:36:36.4151269Z    Compiling fs_extra v1.3.0
2026-07-17T02:36:36.4651554Z    Compiling icu_normalizer_data v2.2.0
2026-07-17T02:36:36.5721362Z    Compiling dunce v1.0.5
2026-07-17T02:36:36.6194306Z    Compiling ident_case v1.0.1
2026-07-17T02:36:36.6295138Z    Compiling utf8_iter v1.0.4
2026-07-17T02:36:36.6562808Z    Compiling autocfg v1.5.1
2026-07-17T02:36:36.7331166Z    Compiling percent-encoding v2.3.2
2026-07-17T02:36:36.7460805Z    Compiling http v1.4.1
2026-07-17T02:36:36.7621187Z    Compiling aws-lc-rs v1.17.0
2026-07-17T02:36:36.8116072Z    Compiling cpufeatures v0.3.0
2026-07-17T02:36:36.8451657Z    Compiling thiserror v2.0.18
2026-07-17T02:36:36.8652012Z    Compiling unicode-segmentation v1.13.3
2026-07-17T02:36:36.8811205Z    Compiling scopeguard v1.2.0
2026-07-17T02:36:36.9330877Z    Compiling form_urlencoded v1.2.2
2026-07-17T02:36:36.9500751Z    Compiling lock_api v0.4.14
2026-07-17T02:36:36.9810940Z    Compiling chacha20 v0.10.0
2026-07-17T02:36:37.0172761Z    Compiling syn v2.0.117
2026-07-17T02:36:37.0736501Z    Compiling indexmap v2.14.0
2026-07-17T02:36:37.1086574Z    Compiling untrusted v0.9.0
2026-07-17T02:36:37.1581311Z    Compiling heck v0.5.0
2026-07-17T02:36:37.1730830Z    Compiling rustls v0.23.40
2026-07-17T02:36:37.2191455Z    Compiling atomic-waker v1.1.2
2026-07-17T02:36:37.2341165Z    Compiling anyhow v1.0.102
2026-07-17T02:36:37.2550953Z    Compiling const-oid v0.10.2
2026-07-17T02:36:37.2860845Z    Compiling unicode-xid v0.2.6
2026-07-17T02:36:37.2935947Z    Compiling httparse v1.10.1
2026-07-17T02:36:37.3171046Z    Compiling zerocopy v0.8.50
2026-07-17T02:36:37.3530980Z    Compiling parking_lot_core v0.9.12
2026-07-17T02:36:37.3590598Z    Compiling paste v1.0.15
2026-07-17T02:36:37.3820955Z    Compiling num-traits v0.2.19
2026-07-17T02:36:37.3950671Z    Compiling hybrid-array v0.4.12
2026-07-17T02:36:37.5092974Z    Compiling jobserver v0.1.34
2026-07-17T02:36:37.5272094Z    Compiling convert_case v0.10.0
2026-07-17T02:36:37.5654574Z    Compiling curve25519-dalek v4.1.3
2026-07-17T02:36:37.5921485Z    Compiling ahash v0.8.12
2026-07-17T02:36:37.6103811Z    Compiling either v1.16.0
2026-07-17T02:36:37.6817545Z    Compiling fastrand v2.4.1
2026-07-17T02:36:37.6912790Z    Compiling base64ct v1.8.3
2026-07-17T02:36:37.7987826Z    Compiling cc v1.2.63
2026-07-17T02:36:37.8106444Z    Compiling crypto-common v0.1.7
2026-07-17T02:36:37.8110140Z    Compiling block-buffer v0.10.4
2026-07-17T02:36:37.8385544Z    Compiling http-body v1.0.1
2026-07-17T02:36:37.8606814Z    Compiling powerfmt v0.2.0
2026-07-17T02:36:37.9421619Z    Compiling digest v0.10.7
2026-07-17T02:36:37.9835357Z    Compiling pem-rfc7468 v1.0.0
2026-07-17T02:36:38.0550755Z    Compiling deranged v0.5.8
2026-07-17T02:36:38.1291012Z    Compiling data-encoding v2.11.0
2026-07-17T02:36:38.1390532Z    Compiling base64 v0.22.1
2026-07-17T02:36:38.1602179Z    Compiling zmij v1.0.21
2026-07-17T02:36:38.1751231Z    Compiling pkg-config v0.3.33
2026-07-17T02:36:38.1901052Z    Compiling try-lock v0.2.5
2026-07-17T02:36:38.2370727Z    Compiling time-core v0.1.8
2026-07-17T02:36:38.2851742Z    Compiling tower-service v0.3.3
2026-07-17T02:36:38.3340723Z    Compiling mio v1.2.1
2026-07-17T02:36:38.3459129Z    Compiling socket2 v0.6.4
2026-07-17T02:36:38.4256568Z    Compiling getrandom v0.2.17
2026-07-17T02:36:38.4390944Z    Compiling tinyvec_macros v0.1.1
2026-07-17T02:36:38.5090942Z    Compiling num-conv v0.2.2
2026-07-17T02:36:38.5130639Z    Compiling vcpkg v0.2.15
2026-07-17T02:36:38.5131621Z    Compiling tinyvec v1.11.0
2026-07-17T02:36:38.6240735Z    Compiling rand v0.10.1
2026-07-17T02:36:38.6450502Z    Compiling rand_core v0.6.4
2026-07-17T02:36:38.6600567Z    Compiling uuid v1.23.2
2026-07-17T02:36:38.6850290Z    Compiling want v0.3.1
2026-07-17T02:36:38.8039245Z    Compiling parking_lot v0.12.5
2026-07-17T02:36:38.8416554Z    Compiling block-buffer v0.12.0
2026-07-17T02:36:38.8612648Z    Compiling crypto-common v0.2.2
2026-07-17T02:36:38.8867650Z    Compiling sha2 v0.10.9
2026-07-17T02:36:39.0350967Z    Compiling inout v0.1.4
2026-07-17T02:36:39.1949567Z    Compiling cmake v0.1.58
2026-07-17T02:36:39.2036776Z    Compiling vergen-lib v9.1.0
2026-07-17T02:36:39.2335703Z    Compiling n0-future v0.3.2
2026-07-17T02:36:39.2550894Z    Compiling winnow v1.0.3
2026-07-17T02:36:39.4174447Z    Compiling parking v2.2.1
2026-07-17T02:36:39.5081288Z    Compiling diatomic-waker v0.2.3
2026-07-17T02:36:39.5175395Z    Compiling httpdate v1.0.3
2026-07-17T02:36:39.5204585Z    Compiling crossbeam-utils v0.8.21
2026-07-17T02:36:39.5420689Z    Compiling spin v0.10.0
2026-07-17T02:36:39.5505364Z    Compiling serde_json v1.0.150
2026-07-17T02:36:39.5751073Z    Compiling cordyceps v0.3.4
2026-07-17T02:36:39.6387238Z    Compiling signature v2.2.0
2026-07-17T02:36:39.6484274Z    Compiling futures-lite v2.6.1
2026-07-17T02:36:39.6990615Z    Compiling cipher v0.4.4
2026-07-17T02:36:39.7658113Z    Compiling ed25519 v2.2.3
2026-07-17T02:36:39.7858611Z    Compiling netlink-packet-core v0.8.1
2026-07-17T02:36:39.7961322Z    Compiling universal-hash v0.5.1
2026-07-17T02:36:39.8089932Z    Compiling vergen v9.1.0
2026-07-17T02:36:39.8510820Z    Compiling vergen-lib v0.1.6
2026-07-17T02:36:39.8514895Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-17T02:36:39.9224656Z    Compiling digest v0.11.3
2026-07-17T02:36:39.9850964Z    Compiling heapless v0.7.17
2026-07-17T02:36:40.0015011Z    Compiling futures-buffered v0.2.13
2026-07-17T02:36:40.0086875Z    Compiling noq-udp v0.10.0
2026-07-17T02:36:40.0147454Z    Compiling sync_wrapper v1.0.2
2026-07-17T02:36:40.0421302Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-17T02:36:40.0710394Z    Compiling allocator-api2 v0.2.21
2026-07-17T02:36:40.1339098Z    Compiling byteorder v1.5.0
2026-07-17T02:36:40.1613309Z    Compiling opaque-debug v0.3.1
2026-07-17T02:36:40.2386249Z    Compiling polyval v0.6.2
2026-07-17T02:36:40.3190879Z    Compiling spin v0.9.8
2026-07-17T02:36:40.3224037Z    Compiling vergen-gitcl v1.0.8
2026-07-17T02:36:40.3814480Z    Compiling aws-lc-sys v0.41.0
2026-07-17T02:36:40.3990964Z    Compiling ring v0.17.14
2026-07-17T02:36:40.4099283Z    Compiling libsqlite3-sys v0.30.1
2026-07-17T02:36:40.5194727Z    Compiling hash32 v0.2.1
2026-07-17T02:36:40.5286901Z    Compiling tower-layer v0.3.3
2026-07-17T02:36:40.5736500Z    Compiling signature v3.0.0
2026-07-17T02:36:40.5965897Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-17T02:36:40.6021342Z    Compiling ryu v1.0.23
2026-07-17T02:36:40.6341246Z    Compiling fallible-iterator v0.3.0
2026-07-17T02:36:40.6940383Z    Compiling num_threads v0.1.7
2026-07-17T02:36:40.7248382Z    Compiling ghash v0.5.1
2026-07-17T02:36:40.7390490Z    Compiling sha2 v0.11.0-rc.5
2026-07-17T02:36:40.7500442Z    Compiling aes v0.8.4
2026-07-17T02:36:40.8137083Z    Compiling time v0.3.47
2026-07-17T02:36:40.8328619Z    Compiling ctr v0.9.2
2026-07-17T02:36:40.8716006Z    Compiling fs2 v0.4.3
2026-07-17T02:36:40.9325301Z    Compiling http-body-util v0.1.3
2026-07-17T02:36:40.9931184Z    Compiling aead v0.5.2
2026-07-17T02:36:41.0218170Z    Compiling openssl-probe v0.2.1
2026-07-17T02:36:41.0920645Z    Compiling utf8parse v0.2.2
2026-07-17T02:36:41.0965019Z    Compiling arrayvec v0.7.6
2026-07-17T02:36:41.1249429Z    Compiling crossbeam-epoch v0.9.18
2026-07-17T02:36:41.1790420Z    Compiling crossbeam-channel v0.5.15
2026-07-17T02:36:41.2150626Z    Compiling blake3 v1.8.5
2026-07-17T02:36:41.2237196Z    Compiling netlink-packet-route v0.29.0
2026-07-17T02:36:41.2281707Z    Compiling memoffset v0.6.5
2026-07-17T02:36:41.3361139Z    Compiling acto v0.8.2
2026-07-17T02:36:41.4037045Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-17T02:36:41.5084363Z    Compiling aes-gcm v0.10.3
2026-07-17T02:36:41.5706987Z    Compiling netwatch v0.16.0
2026-07-17T02:36:41.5950408Z    Compiling noq v0.18.0
2026-07-17T02:36:41.6446729Z    Compiling tagptr v0.2.0
2026-07-17T02:36:41.6537959Z    Compiling ref-cast v1.0.25
2026-07-17T02:36:41.7282943Z    Compiling rustix v1.1.4
2026-07-17T02:36:41.7973586Z    Compiling sorted-index-buffer v0.2.1
2026-07-17T02:36:41.8019501Z    Compiling foldhash v0.2.0
2026-07-17T02:36:41.8441915Z    Compiling thiserror v1.0.69
2026-07-17T02:36:41.9328852Z    Compiling lru-slab v0.1.2
2026-07-17T02:36:41.9404723Z    Compiling xml-rs v0.8.28
2026-07-17T02:36:41.9791689Z    Compiling rustc-hash v2.1.2
2026-07-17T02:36:42.0186731Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-17T02:36:42.0717085Z    Compiling mac-addr v0.3.0
2026-07-17T02:36:42.1099981Z    Compiling identity-hash v0.1.0
2026-07-17T02:36:42.2120887Z    Compiling hashbrown v0.16.1
2026-07-17T02:36:42.3107297Z    Compiling netlink-packet-route v0.30.0
2026-07-17T02:36:42.3711844Z    Compiling ioctl-rs v0.1.6
2026-07-17T02:36:42.4537706Z    Compiling termios v0.2.2
2026-07-17T02:36:42.4714016Z    Compiling errno v0.3.14
2026-07-17T02:36:42.5673547Z    Compiling serial-core v0.4.0
2026-07-17T02:36:42.5802691Z    Compiling simple-dns v0.9.3
2026-07-17T02:36:42.6184445Z    Compiling synstructure v0.13.2
2026-07-17T02:36:42.7420089Z    Compiling darling_core v0.20.11
2026-07-17T02:36:42.8215731Z    Compiling xmltree v0.10.3
2026-07-17T02:36:43.0326220Z    Compiling proc-macro-crate v3.5.0
2026-07-17T02:36:43.0446861Z    Compiling serde_derive_internals v0.29.1
2026-07-17T02:36:43.0803483Z    Compiling aho-corasick v1.1.4
2026-07-17T02:36:43.2660849Z    Compiling constant_time_eq v0.4.2
2026-07-17T02:36:43.3431149Z    Compiling signal-hook v0.3.18
2026-07-17T02:36:43.4158359Z    Compiling winnow v0.7.15
2026-07-17T02:36:43.4879705Z    Compiling regex-syntax v0.8.10
2026-07-17T02:36:43.4928704Z    Compiling arrayref v0.3.9
2026-07-17T02:36:43.5080573Z    Compiling sha1_smol v1.0.1
2026-07-17T02:36:43.5453248Z    Compiling smol_str v0.1.24
2026-07-17T02:36:43.6328804Z    Compiling simdutf8 v0.1.5
2026-07-17T02:36:43.6480544Z    Compiling resolv-conf v0.7.6
2026-07-17T02:36:43.7143217Z    Compiling linux-raw-sys v0.12.1
2026-07-17T02:36:43.7521257Z    Compiling toml_write v0.1.2
2026-07-17T02:36:43.9881527Z    Compiling lru v0.16.4
2026-07-17T02:36:44.1580469Z    Compiling serial-unix v0.4.0
2026-07-17T02:36:44.1657270Z    Compiling darling_core v0.23.0
2026-07-17T02:36:44.1995484Z    Compiling signal-hook-registry v1.4.8
2026-07-17T02:36:44.4435220Z    Compiling serde_bytes v0.11.19
2026-07-17T02:36:44.5349137Z    Compiling serde_derive v1.0.228
2026-07-17T02:36:44.5565761Z    Compiling zeroize_derive v1.4.3
2026-07-17T02:36:44.6051503Z    Compiling tokio-macros v2.7.0
2026-07-17T02:36:44.6952315Z    Compiling futures-macro v0.3.32
2026-07-17T02:36:45.1566249Z    Compiling zeroize v1.8.2
2026-07-17T02:36:45.2351059Z    Compiling zerofrom-derive v0.1.7
2026-07-17T02:36:45.2730007Z    Compiling tokio v1.52.3
2026-07-17T02:36:45.3431930Z    Compiling yoke-derive v0.8.2
2026-07-17T02:36:45.6173276Z    Compiling futures-util v0.3.32
2026-07-17T02:36:45.9331659Z    Compiling zerovec-derive v0.11.3
2026-07-17T02:36:45.9447521Z    Compiling displaydoc v0.2.6
2026-07-17T02:36:46.0596734Z    Compiling tracing-attributes v0.1.31
2026-07-17T02:36:46.6020441Z    Compiling rustls-pki-types v1.14.1
2026-07-17T02:36:46.6832739Z    Compiling zerofrom v0.1.8
2026-07-17T02:36:46.8153939Z    Compiling yoke v0.8.3
2026-07-17T02:36:46.8410740Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-17T02:36:46.8712338Z    Compiling thiserror-impl v2.0.18
2026-07-17T02:36:47.0290810Z    Compiling zerotrie v0.2.4
2026-07-17T02:36:47.3806983Z    Compiling darling_macro v0.20.11
2026-07-17T02:36:47.4079581Z    Compiling zerovec v0.11.6
2026-07-17T02:36:47.4757762Z    Compiling derive_more-impl v2.1.1
2026-07-17T02:36:47.7151133Z    Compiling darling v0.20.11
2026-07-17T02:36:47.7232576Z    Compiling n0-error-macros v0.1.3
2026-07-17T02:36:47.7716006Z    Compiling derive_builder_core v0.20.2
2026-07-17T02:36:47.8501546Z    Compiling spez v0.1.2
2026-07-17T02:36:47.8771274Z    Compiling der v0.8.0-rc.10
2026-07-17T02:36:48.2370837Z    Compiling pin-project-internal v1.1.13
2026-07-17T02:36:48.2966283Z    Compiling tinystr v0.8.3
2026-07-17T02:36:48.4424595Z    Compiling potential_utf v0.1.5
2026-07-17T02:36:48.5210673Z    Compiling icu_locale_core v2.2.0
2026-07-17T02:36:48.5867968Z    Compiling icu_collections v2.2.0
2026-07-17T02:36:48.8939736Z    Compiling n0-error v0.1.3
2026-07-17T02:36:49.0790463Z    Compiling derive_builder_macro v0.20.2
2026-07-17T02:36:49.2721562Z    Compiling ed25519-dalek v2.2.0
2026-07-17T02:36:49.3030549Z    Compiling cobs v0.3.0
2026-07-17T02:36:49.3650560Z    Compiling derive_builder v0.20.2
2026-07-17T02:36:49.4993656Z    Compiling futures-executor v0.3.32
2026-07-17T02:36:49.6414597Z    Compiling pin-project v1.1.13
2026-07-17T02:36:49.6830493Z    Compiling spki v0.8.0-rc.4
2026-07-17T02:36:49.7152372Z    Compiling futures v0.3.32
2026-07-17T02:36:49.7810667Z    Compiling icu_provider v2.2.0
2026-07-17T02:36:49.7913100Z    Compiling spt-proto v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-17T02:36:49.9022644Z    Compiling ipnet v2.12.0
2026-07-17T02:36:49.9117398Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-17T02:36:50.1120727Z    Compiling icu_properties v2.2.0
2026-07-17T02:36:50.1724147Z    Compiling icu_normalizer v2.2.0
2026-07-17T02:36:50.1732885Z    Compiling ed25519 v3.0.0-rc.4
2026-07-17T02:36:50.2940798Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-17T02:36:50.6641637Z    Compiling once_cell v1.21.4
2026-07-17T02:36:50.6716046Z    Compiling prefix-trie v0.8.4
2026-07-17T02:36:50.6795163Z    Compiling postcard-derive v0.2.2
2026-07-17T02:36:50.7073516Z    Compiling data-encoding-macro v0.1.20
2026-07-17T02:36:50.7639954Z    Compiling rustls-native-certs v0.8.4
2026-07-17T02:36:50.8940797Z    Compiling tracing-core v0.1.36
2026-07-17T02:36:51.1354571Z    Compiling enum-assoc v1.3.0
2026-07-17T02:36:51.2010808Z    Compiling postcard v1.1.3
2026-07-17T02:36:51.2414921Z    Compiling hashbrown v0.14.5
2026-07-17T02:36:51.2804697Z    Compiling num_enum_derive v0.7.6
2026-07-17T02:36:51.3149477Z    Compiling strum_macros v0.28.0
2026-07-17T02:36:51.4441454Z    Compiling tracing v0.1.44
2026-07-17T02:36:51.5207282Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-17T02:36:51.7141454Z    Compiling tokio-util v0.7.18
2026-07-17T02:36:51.7410887Z    Compiling idna_adapter v1.2.2
2026-07-17T02:36:51.8362505Z    Compiling idna v1.1.0
2026-07-17T02:36:51.8638232Z    Compiling netlink-sys v0.8.8
2026-07-17T02:36:51.8719307Z    Compiling tower v0.5.3
2026-07-17T02:36:51.9670547Z    Compiling derive_more v2.1.1
2026-07-17T02:36:51.9773388Z    Compiling iroh-metrics-derive v0.4.1
2026-07-17T02:36:52.0742261Z    Compiling hashlink v0.9.1
2026-07-17T02:36:52.1156197Z    Compiling async-trait v0.1.89
2026-07-17T02:36:52.1517969Z    Compiling netlink-proto v0.12.0
2026-07-17T02:36:52.1616244Z    Compiling netdev v0.42.0
2026-07-17T02:36:52.1626939Z    Compiling iroh-relay v0.98.0
2026-07-17T02:36:52.2047147Z    Compiling moka v0.12.15
2026-07-17T02:36:52.3941054Z    Compiling url v2.5.8
2026-07-17T02:36:52.4562627Z    Compiling iroh-metrics v0.38.3
2026-07-17T02:36:52.4620200Z    Compiling toml_datetime v0.6.11
2026-07-17T02:36:52.4663729Z    Compiling num_enum v0.7.6
2026-07-17T02:36:52.4837064Z    Compiling rusqlite v0.32.1
2026-07-17T02:36:52.4936917Z    Compiling serde_spanned v0.6.9
2026-07-17T02:36:52.5581395Z    Compiling ref-cast-impl v1.0.25
2026-07-17T02:36:52.6211854Z    Compiling thiserror-impl v1.0.69
2026-07-17T02:36:52.8610601Z    Compiling h2 v0.4.14
2026-07-17T02:36:53.0995001Z    Compiling tokio-stream v0.1.18
2026-07-17T02:36:53.1582224Z    Compiling n0-watcher v0.6.1
2026-07-17T02:36:53.2296963Z    Compiling toml_edit v0.22.27
2026-07-17T02:36:53.2506608Z    Compiling webpki-roots v1.0.7
2026-07-17T02:36:53.3548415Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-17T02:36:53.4736724Z    Compiling attohttpc v0.30.1
2026-07-17T02:36:53.4819626Z    Compiling iroh-base v0.98.0
2026-07-17T02:36:53.5124816Z    Compiling tower-http v0.6.11
2026-07-17T02:36:53.7295084Z    Compiling regex-automata v0.4.14
2026-07-17T02:36:53.8262590Z    Compiling schemars_derive v1.2.1
2026-07-17T02:36:53.8540559Z    Compiling seize v0.5.1
2026-07-17T02:36:53.9718300Z    Compiling spt-store v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-17T02:36:54.1029624Z    Compiling hmac v0.12.1
2026-07-17T02:36:54.1480715Z    Compiling strum v0.28.0
2026-07-17T02:36:54.1661190Z    Compiling iroh v0.98.2
2026-07-17T02:36:54.2365716Z    Compiling iroh-dns v0.98.0
2026-07-17T02:36:54.2435290Z    Compiling dyn-clone v1.0.20
2026-07-17T02:36:54.3328314Z    Compiling bitflags v1.3.2
2026-07-17T02:36:54.3521066Z    Compiling cmov v0.5.4
2026-07-17T02:36:54.3841916Z    Compiling rustix v0.38.44
2026-07-17T02:36:54.3985133Z    Compiling pin-utils v0.1.0
2026-07-17T02:36:54.4250763Z    Compiling hkdf v0.12.4
2026-07-17T02:36:54.4492528Z    Compiling nix v0.25.1
2026-07-17T02:36:54.5494050Z    Compiling papaya v0.2.4
2026-07-17T02:36:54.6154526Z    Compiling ctutils v0.4.2
2026-07-17T02:36:54.6450657Z    Compiling filedescriptor v0.8.3
2026-07-17T02:36:54.7900548Z    Compiling backon v1.6.0
2026-07-17T02:36:54.7993796Z    Compiling darling_macro v0.23.0
2026-07-17T02:36:54.8783014Z    Compiling serial v0.4.0
2026-07-17T02:36:54.9401477Z    Compiling anstyle-parse v1.0.0
2026-07-17T02:36:55.0670901Z    Compiling vte_generate_state_changes v0.1.2
2026-07-17T02:36:55.1167641Z    Compiling anstyle v1.0.14
2026-07-17T02:36:55.1410974Z    Compiling downcast-rs v1.2.1
2026-07-17T02:36:55.1470757Z    Compiling colorchoice v1.0.5
2026-07-17T02:36:55.2154049Z    Compiling is_terminal_polyfill v1.70.2
2026-07-17T02:36:55.2439981Z    Compiling instability v0.3.12
2026-07-17T02:36:55.2890591Z    Compiling foldhash v0.1.5
2026-07-17T02:36:55.3261481Z    Compiling linux-raw-sys v0.4.15
2026-07-17T02:36:55.3338313Z    Compiling shell-words v1.1.1
2026-07-17T02:36:55.3395062Z    Compiling anstyle-query v1.1.5
2026-07-17T02:36:55.4024033Z    Compiling vte v0.13.1
2026-07-17T02:36:55.4097117Z    Compiling signal-hook-mio v0.2.5
2026-07-17T02:36:55.4390417Z    Compiling hashbrown v0.15.5
2026-07-17T02:36:55.4727150Z    Compiling anstream v1.0.0
2026-07-17T02:36:55.5080961Z    Compiling darling v0.23.0
2026-07-17T02:36:55.5150349Z    Compiling spake2 v0.4.0
2026-07-17T02:36:55.5723461Z    Compiling terminal_size v0.4.4
2026-07-17T02:36:55.7025865Z    Compiling strum_macros v0.26.4
2026-07-17T02:36:55.8834928Z    Compiling sha1 v0.10.6
2026-07-17T02:36:55.8944891Z    Compiling itertools v0.13.0
2026-07-17T02:36:55.9014198Z    Compiling castaway v0.2.4
2026-07-17T02:36:55.9289458Z    Compiling schemars v1.2.1
2026-07-17T02:36:56.0042075Z    Compiling toml v0.8.23
2026-07-17T02:36:56.1391527Z    Compiling static_assertions v1.1.0
2026-07-17T02:36:56.1964378Z    Compiling indoc v2.0.7
2026-07-17T02:36:56.3220947Z    Compiling unicode-width v0.1.14
2026-07-17T02:36:56.5780648Z    Compiling regex v1.12.3
2026-07-17T02:36:56.6742110Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-17T02:36:56.7118600Z    Compiling doctest-file v1.1.1
2026-07-17T02:36:57.0200549Z    Compiling clap_lex v1.1.0
2026-07-17T02:36:57.1531777Z    Compiling crossterm v0.28.1
2026-07-17T02:36:57.1820817Z    Compiling interprocess v2.4.2
2026-07-17T02:36:57.2874961Z    Compiling clap_builder v4.6.0
2026-07-17T02:36:57.9870835Z    Compiling spt-msg v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-17T02:36:58.0026994Z    Compiling unicode-truncate v1.1.0
2026-07-17T02:36:58.0970490Z    Compiling lru v0.12.5
2026-07-17T02:36:58.1760878Z    Compiling strum v0.26.3
2026-07-17T02:36:58.2130805Z    Compiling compact_str v0.8.2
2026-07-17T02:36:58.2825900Z    Compiling clap_derive v4.6.1
2026-07-17T02:36:58.2970576Z    Compiling iana-time-zone v0.1.65
2026-07-17T02:36:58.6290337Z    Compiling hyper v1.10.1
2026-07-17T02:36:58.6371708Z    Compiling spt-runtime v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-17T02:36:58.7730737Z    Compiling cassowary v0.3.0
2026-07-17T02:36:58.7941000Z    Compiling unicode-width v0.2.0
2026-07-17T02:36:58.9090965Z    Compiling portable-pty v0.8.1
2026-07-17T02:36:59.0480528Z    Compiling chrono v0.4.45
2026-07-17T02:36:59.0863626Z    Compiling nucleo-matcher v0.3.1
2026-07-17T02:36:59.1458137Z    Compiling ratatui v0.29.0
2026-07-17T02:36:59.2296044Z    Compiling qrcode v0.14.1
2026-07-17T02:36:59.6268932Z    Compiling spt-term v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-17T02:36:59.6387239Z    Compiling tempfile v3.27.0
2026-07-17T02:37:00.5904012Z    Compiling hyper-util v0.1.20
2026-07-17T02:37:00.6235287Z    Compiling clap v4.6.1
2026-07-17T02:37:02.2264860Z    Compiling spt-live v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-17T02:37:02.5045178Z    Compiling igd-next v0.17.1
2026-07-17T02:37:03.5707047Z    Compiling portmapper v0.16.0
2026-07-17T02:37:08.1376250Z    Compiling rustls-webpki v0.103.13
2026-07-17T02:37:10.4541146Z    Compiling tokio-rustls v0.26.4
2026-07-17T02:37:10.4543427Z    Compiling rustls-platform-verifier v0.7.0
2026-07-17T02:37:10.4543746Z    Compiling noq-proto v0.17.0
2026-07-17T02:37:10.6085473Z    Compiling hickory-net v0.26.0-beta.4
2026-07-17T02:37:10.6086258Z    Compiling hyper-rustls v0.27.9
2026-07-17T02:37:10.6086842Z    Compiling tokio-websockets v0.13.2
2026-07-17T02:37:10.7408389Z    Compiling reqwest v0.13.4
2026-07-17T02:37:11.6741045Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-17T02:37:25.3962289Z    Compiling spt-net v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-17T02:37:26.8435392Z    Compiling spt-daemon v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-17T02:37:35.6692186Z    Compiling spt v0.35.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-17T02:37:40.3233956Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-17T02:37:40.3477444Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-70c0c6478844d7fb)
2026-07-17T02:37:40.3490766Z 
2026-07-17T02:37:40.3490991Z running 1 test
2026-07-17T02:37:46.5357347Z test new_brain_serves_against_old_broker ... ok
2026-07-17T02:37:46.5357728Z 
2026-07-17T02:37:46.5358085Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-17T02:37:46.5358485Z 
